/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 10px;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 -15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.row.natural-height {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 1.5rem;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.align-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.align-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.col-xs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 1.5rem;
}

.col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%;
  padding: 1.5rem;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
  padding: 1.5rem;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 1.5rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 1.5rem;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%;
  padding: 1.5rem;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 1.5rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%;
  padding: 1.5rem;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
  padding: 1.5rem;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  padding: 1.5rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%;
  padding: 1.5rem;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%;
  padding: 1.5rem;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 1.5rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.row.center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row.top-xs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.bottom-xs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row.around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.row.between-xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 768px) {
  .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 1.5rem;
  }
  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1.5rem;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1.5rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 1.5rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1.5rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1.5rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1.5rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1.5rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1.5rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 1.5rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1.5rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1.5rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1.5rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 992px) {
  .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 1.5rem;
  }
  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1.5rem;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1.5rem;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 1.5rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1.5rem;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1.5rem;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1.5rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1.5rem;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1.5rem;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 1.5rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1.5rem;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1.5rem;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1.5rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 1.5rem;
  }
  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1.5rem;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1.5rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 1.5rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1.5rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1.5rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1.5rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1.5rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1.5rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 1.5rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1.5rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1.5rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1.5rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 1340px) {
  .col-xl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 1.5rem;
  }
  .col-xl-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1.5rem;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1.5rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 1.5rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1.5rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1.5rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1.5rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1.5rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1.5rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 1.5rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1.5rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1.5rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1.5rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-xl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-xl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-xl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-xl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-xl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-xl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-xl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.col-gutter-lr {
  padding: 0 1.5rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 767.9px) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1339.9px) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1340px) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}

.breadcrumb {
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  margin: 0 0 20px 0;
}

.breadcrumb > li {
  line-height: 20px;
  display: inline-block;
  font-size: 1.6rem;
}

.breadcrumb > li:after {
  content: '>';
  padding: 0 5px;
}

.btn {
  color: #000;
  outline: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 19px 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  border-radius: 8px;
  white-space: nowrap;
  background: #FFE05C;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #FFE05C;
  font-family: "Open Sans", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
}

.btn:hover {
  color: #000;
  background: #FFCF00;
  border-color: #FFCF00;
}

.btn:active {
  color: #fff;
  background: #FFE05C;
  border-color: #FFE05C;
}

.btn:focus, .btn.focus {
  outline: 0;
}

@media (min-width: 768px) {
  .btn {
    font-size: 1.8rem;
  }
}

.btn_border {
  color: #000;
  border-color: #000;
  background: transparent;
}

.btn_border:hover {
  color: #fff;
  background: #2E96FF;
  border-color: #2E96FF;
}

.btn_border:active {
  color: #fff;
  background: #000;
  border-color: #000;
}

.btn_sm {
  outline: none;
  color: #2E96FF;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 16px 34px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  background: transparent;
  text-transform: uppercase;
  border: 2px solid #2E96FF;
  font-family: "Rubik", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
}

.btn_sm:hover {
  color: #fff;
  background: #2E96FF;
}

.btn_sm:active {
  color: #3672A5;
  background: #E3CAFF;
}

.btn_sm:focus, .btn_sm.focus {
  outline: 0;
}

.btn_arrow {
  position: relative;
}

.btn_arrow:before {
  top: 25px;
  right: 18px;
  content: '';
  width: 23px;
  height: 55px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: inline-block;
  background: url("../img/promo__arrow.svg") 0 0 no-repeat;
}

.embed_responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed_responsive::before {
  display: block;
  content: "";
}

.embed_responsive .embed_responsive_item,
.embed_responsive iframe,
.embed_responsive embed,
.embed_responsive object,
.embed_responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive_21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive_16by9::before {
  padding-top: 56.25%;
}

.embed-responsive_4by3::before {
  padding-top: 75%;
}

.embed-responsive_1by1::before {
  padding-top: 100%;
}

.img_fluid {
  height: auto;
  display: block;
  max-width: 100%;
}

.ico_svg {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hide {
  opacity: 0 !important;
  display: none !important;
  visibility: hidden !important;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.text_justify {
  text-align: justify !important;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text_lowercase {
  text-transform: lowercase !important;
}

.text_uppercase {
  text-transform: uppercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.color_blue {
  color: #2E96FF !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1340px) {
  .container {
    width: 1310px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 3.2rem;
  font-family: "Rubik", Arial, sans-serif;
}

h4, .h4 {
  font-size: 2rem;
  font-family: "Rubik", Arial, sans-serif;
}

h5, .h5 {
  font-size: 1.6rem;
  font-family: "Rubik", Arial, sans-serif;
}

h6, .h6 {
  font-size: 1.4rem;
  font-family: "Rubik", Arial, sans-serif;
}

p {
  margin: 0 0 20px 0;
}

a {
  outline: none;
  color: #000;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background: transparent;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__row {
  padding: 10px 0;
}

.header__info {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.header__contact {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.header__contact_phone {
  color: #000;
  margin-right: 9px;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.8rem;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}

.header__contact_phone:hover {
  color: #000;
  text-decoration: none;
}

.header__contact_whatsapp {
  border: none;
  height: 24px;
  font-size: 0;
  line-height: 0;
  outline: none;
  display: inline-block;
}

.header__worktime {
  font-size: 1.1rem;
  line-height: 1.2rem;
  display: inline-block;
  padding-left: 10px;
}

.header__logo {
  color: #000;
  width: 260px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-decoration: none;
}

.header__logo_image {
  width: 187px;
  display: block;
  margin: 0 auto;
}

.header__logo_text {
  padding-top: 5px;
}

.header__button {
  outline: none;
  color: #3193FF;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 7px 20px 5px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  border-radius: 8px;
  white-space: nowrap;
  text-decoration: none;
  display: none;
  vertical-align: middle;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #3193FF;
  font-family: "Rubik", Arial, sans-serif;
}

.header__button:hover {
  color: #fff;
  background: #3193FF;
  border-color: #3193FF;
}

.header__button:active {
  color: #3193FF;
  background: transparent;
  border-color: #3193FF;
}

.header__button:focus, .header__button.focus {
  outline: 0;
}

.header__main {
  display: none;
}

.header.fix_top {
  background: #EBF6FC;
  position: fixed;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header.fix_top .header__mobile {
  display: none;
}

@media (min-width: 576px) {
  .header__content {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .header__info {
    margin-right: 27px;
  }
  .header__button {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .header__row {
    padding-top: 20px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .header__main {
    display: block;
  }
  .header__mobile {
    display: none;
  }
  .header__logo {
    width: 187px;
    text-align: left;
    position: relative;
  }
  .header__logo_image {
    margin: 0;
    width: 187px;
  }
  .header__logo_text {
    left: 0;
    top: 100%;
    width: 260px;
    font-size: 1.1rem;
    line-height: 1.7rem;
    position: absolute;
  }
  .header__info {
    display: block;
    position: relative;
  }
  .header__worktime {
    top: 100%;
    margin: 0;
    right: 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
    padding-top: 8px;
    text-align: right;
    position: absolute;
  }
  .header__label {
    top: 0;
    left: 0;
    position: absolute;
  }
  .header.fix_top .header__row {
    padding-top: 10px;
  }
  .header.fix_top .header__logo_text {
    display: none;
  }
  .header.fix_top .header__worktime {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header__logo {
    width: 340px;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  .header__logo_image {
    width: 283px;
  }
  .header__logo_text {
    width: auto;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  .header__contact_phone {
    font-size: 4rem;
    margin-right: 12px;
    line-height: 4.2rem;
  }
  .header__contact_whatsapp {
    width: 36px;
    height: 36px;
  }
  .header__info {
    margin-right: 40px;
  }
  .header__worktime {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .header__worktime br {
    display: none;
    white-space: nowrap;
  }
  .header__button {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 17px 34px;
  }
}

.footer {
  color: #fff;
  padding: 20px 0 30px 0;
  background: #292929;
}

.footer__logo {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 15px;
}

.footer__logo_image {
  width: 167px;
  margin: 0 auto 5px auto;
}

.footer__logo_text {
  color: #fff;
  width: 205px;
  margin: 0 auto;
}

.footer__contact {
  padding: 0;
  list-style: none;
  margin: 0 0 25px 0;
  text-align: center;
}

.footer__contact li:first-child {
  margin-bottom: 30px;
}

.footer__phone {
  color: #fff;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.8rem;
  text-decoration: none;
  display: inline-block;
}

.footer__phone:hover {
  color: #fff;
  text-decoration: none;
}

.footer__button {
  outline: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 10px 15px;
  color: #2E96FF;
  border-radius: 8px;
  font-family: "Rubik", Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #2E96FF;
}

.footer__button:hover {
  color: #fff;
  text-decoration: none;
  background: #2E96FF;
}

.footer__button:active {
  color: #2E96FF;
  background: transparent;
}

.footer__bottom {
  text-align: center;
}

.footer__copy {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #2E96FF;
  margin-bottom: 30px;
  display: inline-block;
  text-decoration: underline;
}

.footer__copy:hover {
  color: #2E96FF;
  text-decoration: none;
}

.footer__dev {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
}

.footer__dev_text {
  margin-bottom: 5px;
}

.footer__dev_logo {
  width: 148px;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .footer__row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .footer__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .footer__logo {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: left;
  }
  .footer__logo_image {
    width: 224px;
    margin: 0 0 5px 0;
  }
  .footer__logo_text {
    margin: 0;
    width: 270px;
  }
  .footer__contact {
    margin: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .footer__contact li:first-child {
    margin: 0 15px 0 0;
  }
  .footer__button {
    font-size: 1.8rem;
  }
  .footer__phone {
    font-size: 2rem;
  }
  .footer__copy {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .footer__logo {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  .footer__logo_image {
    width: 254px;
  }
  .footer__logo_text {
    width: 360px;
  }
  .footer__button {
    font-size: 1.5rem;
    padding: 16px 34px;
  }
  .footer__phone {
    font-size: 4rem;
    line-height: 4rem;
  }
  .footer__contact li:first-child {
    margin: 0 25px 0 0;
  }
  .footer__copy {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .footer__dev {
    font-size: 1.5rem;
    line-height: 2rem;
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .footer__dev_logo {
    width: 176px;
  }
  .footer__dev_text {
    margin: 0;
    padding-right: 15px;
  }
  .footer__bottom {
    padding-top: 10px;
  }
}

.page {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("../img/page__bg.jpg") 50% 0 no-repeat;
  background-size: 100% auto;
}

.page_main {
  padding-top: 155px;
}

@media (min-width: 1200px) {
  .page_main {
    padding-top: 145px;
  }
}

.main {
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.slider_arrow {
  z-index: 20;
  width: 68px;
  height: 60px;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  padding: 15px 0;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3rem;
  position: absolute;
  background: #2E96FF;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  font-family: "Rubik", Arial, sans-serif;
}

.slider_arrow:hover {
  color: #fff;
  background: #2A2A2A;
  text-decoration: none;
}

.slider_arrow:active {
  color: #fff;
  background: #000;
  text-decoration: none;
}

.discount {
  max-width: 100%;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 30px;
}

.discount__header {
  padding-top: 60px;
  margin-bottom: 45px;
  position: relative;
}

.discount__header:before {
  top: 0;
  z-index: 1;
  left: -166px;
  content: '';
  width: 230px;
  height: 110px;
  display: block;
  position: absolute;
  background: url("../img/faq__pattern.svg") 0 0 no-repeat;
}

.discount__header_wrap {
  z-index: 10;
  position: relative;
}

.discount__header_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 3px;
  display: inline-block;
  position: relative;
  font-family: "Rubik", Arial, sans-serif;
}

.discount__header_title:after {
  left: 0;
  top: -5px;
  z-index: 1;
  height: 3px;
  content: '';
  width: 104px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #113A5D;
}

.discount__header_title:before {
  top: 50%;
  z-index: 1;
  height: 3px;
  content: '';
  width: 2000px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #113A5D;
  left: calc(100% + 20px);
}

.discount__header_content {
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-left: 80px;
}

.discount__slider {
  width: 220px;
  margin: 0 auto 30px auto;
  overflow: visible;
}

.discount__item {
  width: 220px;
  display: block;
}

.discount__item_wrap {
  margin: 0 -15px;
}

.discount .btn {
  width: 100%;
  max-width: 335px;
}

@media (min-width: 768px) {
  .discount {
    padding-top: 35px;
  }
  .discount__header {
    padding-top: 55px;
    padding-left: 160px;
    margin-bottom: 30px;
  }
  .discount__header:before {
    left: 0;
  }
  .discount__header_title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 8px;
  }
  .discount__header_content {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .discount__slider {
    width: 100%;
  }
  .discount__item {
    width: 100%;
    display: block;
  }
  .discount__item_wrap {
    margin: 0 -5px;
  }
}

@media (min-width: 1200px) {
  .discount {
    padding-top: 85px;
    padding-bottom: 10px;
  }
  .discount__header {
    overflow: hidden;
  }
  .discount__header:before {
    width: 378px;
    height: 190px;
  }
  .discount__header_title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 5px;
  }
  .discount__header_content {
    font-size: 2.3rem;
    line-height: 3.4rem;
    padding-left: 240px;
  }
  .discount__main {
    margin: 0 -20px;
  }
  .discount__slider {
    margin-bottom: 50px;
  }
}

.calculation {
  background: url("../img/calculation__bg.jpg") 50% 0;
}

.calculation__header {
  padding-top: 20px;
  padding-bottom: 40px;
}

.calculation__header_wrap {
  padding-top: 60px;
  position: relative;
}

.calculation__header_wrap:before {
  top: 0;
  z-index: 1;
  left: -166px;
  content: '';
  width: 230px;
  height: 110px;
  display: block;
  position: absolute;
  background: url("../img/faq__pattern.svg") 0 0 no-repeat;
}

.calculation__header_title {
  z-index: 10;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 3px;
  display: inline-block;
  position: relative;
  font-family: "Rubik", Arial, sans-serif;
}

.calculation__header_title:after {
  left: 0;
  top: -5px;
  z-index: 1;
  height: 3px;
  content: '';
  width: 104px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #113A5D;
}

.calculation__header_title:before {
  top: 50%;
  z-index: 1;
  height: 3px;
  content: '';
  width: 2000px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #113A5D;
  left: calc(100% + 20px);
}

.calculation__header_content {
  z-index: 10;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-left: 80px;
}

.calculation__main {
  padding-bottom: 60px;
}

.calculation__main .btn {
  width: 100%;
  max-width: 335px;
}

.calculation__desktop {
  display: none;
}

.calculation__quiz {
  margin: 0 auto;
  background: #fff;
  max-width: 1024px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .calculation__header {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .calculation__header_wrap {
    padding-left: 160px;
  }
  .calculation__header_wrap:before {
    left: 0;
  }
  .calculation__header_title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 8px;
  }
  .calculation__header_content {
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .calculation__main {
    padding-bottom: 50px;
  }
  .calculation__mobile {
    display: none;
  }
  .calculation__desktop {
    display: block;
  }
}

@media (min-width: 1200px) {
  .calculation {
    background: transparent;
  }
  .calculation__header {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .calculation__header_wrap:before {
    width: 378px;
    height: 190px;
  }
  .calculation__header_title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 5px;
  }
  .calculation__header_content {
    font-size: 2.3rem;
    line-height: 3.4rem;
    padding-left: 240px;
  }
  .calculation__main {
    padding-top: 35px;
    padding-bottom: 35px;
    background: url("../img/calculation__bg.jpg") 50% 0;
  }
}

.price {
  z-index: 50;
  max-width: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 35px;
}

.price__header {
  padding-top: 60px;
  margin-bottom: 25px;
  position: relative;
}

.price__header:before {
  top: 0;
  z-index: 1;
  left: -166px;
  content: '';
  width: 230px;
  height: 110px;
  display: block;
  position: absolute;
  background: url("../img/faq__pattern.svg") 0 0 no-repeat;
}

.price__header_wrap {
  z-index: 10;
  position: relative;
}

.price__header_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 3px;
  display: inline-block;
  position: relative;
  font-family: "Rubik", Arial, sans-serif;
}

.price__header_title:after {
  left: 0;
  top: -5px;
  z-index: 1;
  height: 3px;
  content: '';
  width: 55px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #113A5D;
}

.price__header_title:before {
  top: 50%;
  z-index: 1;
  height: 3px;
  content: '';
  width: 2000px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #113A5D;
  left: calc(100% + 20px);
}

.price__header_content {
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-left: 80px;
}

.price__nav {
  z-index: 100;
  position: relative;
}

.price__nav_toggle {
  width: 100%;
  height: 42px;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  background: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
  padding: 11px 30px 11px 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.price__nav_toggle span {
  max-width: 100%;
  display: inline-block;
}

.price__nav_toggle i {
  top: 50%;
  right: 12px;
  width: 10px;
  height: 7px;
  font-size: 0;
  line-height: 0;
  margin-top: -3px;
  position: absolute;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price__nav_toggle .ico_svg {
  fill: #2E96FF;
}

.price__nav_content {
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  min-width: 100%;
  display: block;
  background: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
  position: absolute;
  white-space: nowrap;
  text-transform: uppercase;
  top: calc(100% + 10px);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price__nav_content a {
  color: #000;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 1px solid #2E96FF;
}

.price__nav_content a:hover {
  color: #000;
  text-decoration: none;
}

.price__nav_content a:last-child {
  border-bottom: none;
}

.price__nav.open .price__nav_toggle i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price__nav.open .price__nav_content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price__wrap {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .price__header {
    padding-top: 55px;
    padding-left: 160px;
    margin-bottom: 25px;
  }
  .price__header:before {
    left: 0;
  }
  .price__header_title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 8px;
  }
  .price__header_content {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .price__main {
    position: relative;
  }
  .price__nav {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
  .price__nav_toggle {
    display: none;
  }
  .price__nav_content {
    top: auto;
    left: auto;
    right: auto;
    opacity: 1;
    margin: 0 auto;
    max-width: 750px;
    font-size: 1.1rem;
    visibility: visible;
    position: relative;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .price__nav_content a {
    padding: 15px 5px;
    text-align: center;
    border-bottom: none;
    border-right: 1px solid #2E96FF;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .price__nav_content a:last-child {
    border-right: none;
  }
  .price__nav_content a:hover {
    color: #000;
    background: #F4F4F4;
  }
  .price__nav_content a.active {
    color: #fff;
    background: #2E96FF;
  }
  .price__wrap {
    margin: 0 -32px;
  }
  .price .swiper-slide {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .price__nav_content {
    font-size: 1.4rem;
  }
}

@media (min-width: 1200px) {
  .price {
    padding-bottom: 120px;
  }
  .price__header {
    overflow: hidden;
    margin-bottom: 35px;
  }
  .price__header:before {
    width: 378px;
    height: 190px;
  }
  .price__header_title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 5px;
  }
  .price__header_content {
    font-size: 2.3rem;
    line-height: 3.4rem;
    padding-left: 240px;
  }
  .price__nav {
    top: auto;
    right: auto;
    left: auto;
    padding: 0 10px;
    position: relative;
  }
  .price__nav_content {
    font-size: 1.8rem;
  }
  .price__wrap {
    margin: 0;
  }
}

@media (min-width: 1340px) {
  .price__nav_content {
    font-size: 2rem;
  }
}

.goods {
  position: relative;
}

.goods__header {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 15px;
}

.goods__header h3 {
  display: block;
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 2.4rem !important;
}

.goods__header span {
  display: block;
}

.goods__info {
  padding: 0;
  list-style: none;
  margin: 0 0 15px 0;
}

.goods__info li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 15px;
}

.goods__info li:before {
  top: 0;
  left: 0;
  width: 4px;
  content: '';
  height: 100%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  border-radius: 3px;
  background: #2E96FF;
}

.goods__info li:last-child {
  margin-bottom: 0;
}

.goods__info_label {
  z-index: 3;
  background: #fff;
  font-size: 1.3rem;
  line-height: 1.5rem;
  position: relative;
  display: block;
}

.goods__info_value {
  z-index: 3;
  background: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
  position: relative;
  display: block;
}

.goods__info_value strong {
  color: #2E96FF;
  font-weight: 700;
}

.goods__title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 10px;
}

.goods__text {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}

.goods__button {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.goods__button li {
  margin-bottom: 10px;
}

.goods__button .btn {
  width: 100%;
  max-width: 335px;
}

.goods__image {
  top: 30px;
  left: 10px;
  z-index: 30;
  width: 403px;
  display: none;
  position: absolute;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .goods__main {
    z-index: 1;
    background: #fff;
    position: relative;
    padding: 65px 30px 35px 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .goods__header {
    margin-bottom: 36px;
  }
  .goods__info {
    width: 560px;
    margin-bottom: 30px;
  }
  .goods__info li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .goods__info li:after {
    top: 50%;
    z-index: 1;
    left: 50px;
    right: 50px;
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    background: #707070;
  }
  .goods__info li:last-child {
    margin-bottom: 0;
  }
  .goods__info li:before {
    top: 50%;
    height: 18px;
    bottom: auto;
    margin-top: -9px;
  }
  .goods__info_label {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-right: 20px;
    white-space: nowrap;
    display: inline-block;
  }
  .goods__info_value {
    padding-left: 8px;
    font-size: 2rem;
    line-height: 2.4rem;
    display: inline-block;
  }
  .goods__info_value strong {
    color: #2E96FF;
    font-weight: 700;
  }
  .goods__text {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 30px;
  }
  .goods__subtitle {
    margin-bottom: 13px;
  }
  .goods__button {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .goods__button li {
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
  .goods__button .btn {
    width: 100%;
    max-width: inherit;
  }
}

@media (min-width: 1200px) {
  .goods {
    padding-left: 290px;
  }
  .goods__main {
    padding: 30px 50px 30px 160px;
  }
  .goods__image {
    display: block;
  }
  .goods__header {
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-bottom: 25px;
  }
  .goods__header h3 {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
    margin-bottom: 5px !important;
  }
  .goods__info {
    width: 100%;
    max-width: 680px;
    margin-bottom: 25px;
  }
  .goods__info li {
    margin-bottom: 20px;
  }
  .goods__info li:last-child {
    margin-bottom: 0;
  }
  .goods__info_label {
    font-size: 1.7rem;
    line-height: 2.3rem;
    padding-right: 20px;
    white-space: nowrap;
    display: inline-block;
  }
  .goods__info_value {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
  .goods__title {
    font-size: 1.7rem;
    line-height: 2.7rem;
    margin-bottom: 5px;
  }
  .goods__text {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
  .goods__button {
    max-width: 710px;
  }
}

@media (min-width: 1340px) {
  .goods__main {
    padding: 30px 80px 30px 160px;
  }
}

.about {
  padding-bottom: 30px;
}

.about__header {
  z-index: 1;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  line-height: 2.4rem;
  padding-left: 18px;
  padding-top: 35px;
  margin-bottom: 10px;
  font-family: "Rubik", Arial, sans-serif;
}

.about__header:before {
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 25px;
  position: absolute;
  background: url("../img/contact__pattern.svg") 0 0 no-repeat;
}

.about__header:after {
  top: 0;
  left: 0;
  height: 120px;
  z-index: 2;
  width: 3px;
  content: '';
  display: block;
  position: absolute;
  background: #11395D;
  border-radius: 2px;
}

.about__header_wrap {
  display: block;
}

.about__content {
  font-size: 1.4rem;
  line-height: 2.5rem;
  padding-left: 18px;
}

@media (min-width: 768px) {
  .about__header {
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding-top: 70px;
  }
  .about__header:after {
    height: 120px;
  }
}

@media (min-width: 1200px) {
  .about__header {
    min-height: 120px;
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .about__header:before {
    height: 120px;
  }
  .about__content {
    font-size: 2.3rem;
    line-height: 3.6rem;
  }
}

.advantage {
  padding-top: 40px;
  padding-bottom: 110px;
  background: url("../img/calculation__bg.jpg") 50% 0;
}

.advantage__data {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 0;
  line-height: 0;
  color: #2A2A2A;
  list-style: none;
  text-align: center;
}

.advantage__data li {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.advantage__data li span {
  display: block;
}

.advantage__data li strong {
  margin: -5px 0;
  display: block;
  font-weight: 700;
  font-size: 84px;
  line-height: 84px;
  font-family: "Rubik", Arial, sans-serif;
}

.advantage__play {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.advantage__play a {
  color: #277CD1;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  white-space: nowrap;
  text-decoration: underline;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.advantage__play a .ico_svg {
  fill: #277CD1;
}

.advantage__play a i {
  width: 32px;
  height: 32px;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

.advantage__play a span {
  padding-left: 6px;
  display: inline-block;
}

.advantage__play a:hover {
  color: #FFBA00;
  text-decoration: underline;
}

.advantage__play a:hover .ico_svg {
  fill: #FFBA00;
}

@media (min-width: 768px) {
  .advantage {
    padding-top: 45px;
    padding-bottom: 110px;
  }
  .advantage__box {
    position: relative;
  }
  .advantage__box:after, .advantage__box:before {
    z-index: 1;
    width: 58px;
    height: 58px;
    content: '';
    display: block;
    position: absolute;
  }
  .advantage__box:after {
    top: 0;
    left: 0;
    border-top: 2px solid #2A2A2A;
    border-left: 2px solid #2A2A2A;
  }
  .advantage__box:before {
    top: 0;
    right: 0;
    border-top: 2px solid #2A2A2A;
    border-right: 2px solid #2A2A2A;
  }
  .advantage__box0 {
    position: relative;
  }
  .advantage__box0:after, .advantage__box0:before {
    z-index: 1;
    width: 58px;
    height: 58px;
    content: '';
    display: block;
    position: absolute;
  }
  .advantage__box0:after {
    left: 0;
    bottom: 0;
    border-left: 2px solid #2A2A2A;
    border-bottom: 2px solid #2A2A2A;
  }
  .advantage__box0:before {
    right: 0;
    bottom: 0;
    width: 235px;
    border-right: 2px solid #2A2A2A;
    border-bottom: 2px solid #2A2A2A;
  }
  .advantage__container {
    height: 180px;
    padding-top: 36px;
    position: relative;
  }
  .advantage__container:before {
    top: 0;
    left: 50%;
    z-index: 1;
    width: 210px;
    height: 3px;
    content: '';
    margin-left: -105px;
    display: block;
    position: absolute;
    background: #2A2A2A;
  }
  .advantage__data {
    padding: 0 60px;
    text-align: left;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .advantage__data li {
    margin-bottom: 0;
  }
  .advantage__play {
    left: 65px;
    bottom: -14px;
    display: block;
    position: absolute;
  }
  .advantage__play a {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}

@media (min-width: 1200px) {
  .advantage {
    padding-top: 75px;
    padding-bottom: 140px;
  }
  .advantage__box:after, .advantage__box:before {
    width: 106px;
    height: 106px;
  }
  .advantage__box:after {
    border-top: 5px solid #2A2A2A;
    border-left: 5px solid #2A2A2A;
  }
  .advantage__box:before {
    border-top: 5px solid #2A2A2A;
    border-right: 5px solid #2A2A2A;
  }
  .advantage__box0 {
    position: relative;
  }
  .advantage__box0:after, .advantage__box0:before {
    width: 106px;
    height: 106px;
  }
  .advantage__box0:after {
    border-left: 5px solid #2A2A2A;
    border-bottom: 5px solid #2A2A2A;
  }
  .advantage__box0:before {
    width: 480px;
    border-right: 5px solid #2A2A2A;
    border-bottom: 5px solid #2A2A2A;
  }
  .advantage__container {
    height: 365px;
    padding-top: 80px;
  }
  .advantage__container:before {
    width: 390px;
    height: 5px;
    margin-left: -195px;
  }
  .advantage__data li {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
  .advantage__data li strong {
    font-size: 14rem;
    line-height: 14rem;
  }
  .advantage__play {
    left: 130px;
    bottom: -28px;
  }
  .advantage__play a {
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 3.2rem;
  }
  .advantage__play a i {
    width: 62px;
    height: 62px;
  }
}

@media (min-width: 1340px) {
  .advantage__box0:before {
    width: 635px;
  }
  .advantage__data {
    padding: 0 100px;
  }
}

.command {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.command__header {
  padding-top: 60px;
  margin-bottom: 20px;
  position: relative;
}

.command__header:before {
  top: 0;
  z-index: 1;
  left: -166px;
  content: '';
  width: 230px;
  height: 110px;
  display: block;
  position: absolute;
  background: url("../img/faq__pattern.svg") 0 0 no-repeat;
}

.command__header_wrap {
  z-index: 10;
  position: relative;
}

.command__header_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 3px;
  display: inline-block;
  position: relative;
  font-family: "Rubik", Arial, sans-serif;
}

.command__header_title:after {
  left: 0;
  top: -5px;
  z-index: 1;
  height: 3px;
  content: '';
  width: 104px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #113A5D;
}

.command__header_title:before {
  top: 50%;
  z-index: 1;
  height: 3px;
  content: '';
  width: 2000px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #113A5D;
  left: calc(100% + 20px);
}

.command__header_content {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.command__header_text {
  padding-left: 80px;
}

.command__header_nav {
  margin: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 25px 0 0 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.command__header_nav a {
  color: #000;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  text-decoration: underline;
}

.command__header_nav a:hover {
  color: #2E96FF;
  text-decoration: none;
}

.command__header_nav a.active {
  color: #2E96FF;
  font-weight: 700;
  text-decoration: underline;
}

.command__header_nav span {
  padding: 0 12px;
  display: inline-block;
}

.command__main {
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}

.command__slider {
  width: 304px;
  margin: 0 auto;
}

.command__slider .swiper-slide {
  padding: 10px 5px 0 5px;
}

.command__slider .swiper-slide.slide_hide {
  display: none !important;
}

.command__item {
  color: #000;
  display: block;
  text-decoration: none;
}

.command__item_image {
  display: block;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.command__item_name {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.command__item_name strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1.7rem;
}

.command .slider_arrow {
  top: 340px;
}

.command .slider_arrow_prev {
  left: 0;
}

.command .slider_arrow_next {
  right: 0;
}

@media (min-width: 768px) {
  .command {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .command__header {
    padding-top: 55px;
    padding-left: 160px;
    margin-bottom: 25px;
  }
  .command__header:before {
    left: 0;
  }
  .command__header_title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 8px;
  }
  .command__header_content {
    padding-left: 100px;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .command__header_text {
    padding-left: 0;
  }
  .command__header_nav {
    padding-top: 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .command__main {
    max-width: inherit;
  }
  .command__item_image {
    border: 7px solid #fff;
  }
  .command__slider {
    width: 100%;
    max-width: inherit;
  }
  .command__slider .swiper-slide {
    padding: 10px 10px 0 10px;
  }
  .command .slider_arrow {
    top: 225px;
  }
  .command .slider_arrow_prev {
    left: 0;
  }
  .command .slider_arrow_next {
    right: 0;
  }
}

@media (min-width: 992px) {
  .command .slider_arrow {
    top: 335px;
  }
}

@media (min-width: 1200px) {
  .command {
    padding-top: 65px;
    padding-bottom: 100px;
  }
  .command__header {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .command__header:before {
    width: 378px;
    height: 190px;
  }
  .command__header_title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 5px;
  }
  .command__header_content {
    font-size: 2.3rem;
    line-height: 3.4rem;
    padding-left: 240px;
  }
  .command__header_nav {
    font-size: 1.7rem;
    line-height: 3rem;
  }
  .command__main {
    padding: 0 27px;
  }
  .command__item {
    padding-top: 15px;
  }
  .command__item_name {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
  .command__item_name strong {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .command__slider .swiper-slide {
    padding: 10px 13px 0 13px;
  }
  .command .slider_arrow {
    top: 385px;
  }
}

@media (min-width: 1340px) {
  .command .slider_arrow {
    top: 450px;
  }
  .command__header_content {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .command__header_text {
    padding-right: 15px;
  }
  .command__header_nav {
    padding: 4px 0 0 0;
    margin: 0;
  }
}

.contact {
  position: relative;
}

.contact__wrap {
  position: relative;
}

.contact__map {
  height: 206px;
  background-size: cover;
}

.contact__box {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact__title {
  z-index: 1;
  height: 90px;
  color: #2E96FF;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  line-height: 2.4rem;
  padding-left: 18px;
  font-family: "Rubik", Arial, sans-serif;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact__title:before {
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 25px;
  position: absolute;
  background: url("../img/contact__pattern.svg") 0 0 no-repeat;
}

.contact__title:after {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 3px;
  content: '';
  display: block;
  position: absolute;
  background: #11395D;
  border-radius: 2px;
}

.contact__title span {
  margin: auto 0;
  display: block;
}

.contact__content {
  z-index: 2;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: -20px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}

.contact__main {
  padding: 0;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.1rem;
  font-family: "Rubik", Arial, sans-serif;
  list-style: none;
  margin: 0 0 25px 0;
}

.contact__main a {
  color: #000;
}

.contact__phone {
  text-decoration: none;
}

.contact__phone:hover {
  color: #000;
  text-decoration: none;
}

.contact__email {
  text-decoration: underline;
}

.contact__email:hover {
  color: #000;
  text-decoration: none;
}

.contact__info {
  font-size: 1.4rem;
  position: relative;
  padding: 5px 0 10px 20px;
}

.contact__info:after {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 3px;
  content: '';
  display: block;
  position: absolute;
  background: #2E96FF;
  border-radius: 3px;
}

.contact__address {
  color: #2E96FF;
  margin-bottom: 15px;
}

.contact__text {
  padding-left: 18px;
}

.contact__text p {
  margin-bottom: 15px;
}

.contact__text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .contact__title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .contact__content {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .contact__main {
    width: 275px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .contact__address {
    margin-bottom: 0;
  }
  .contact__info {
    padding-top: 8px;
  }
}

@media (min-width: 1200px) {
  .contact {
    position: relative;
    background: #fff;
  }
  .contact__box {
    width: 500px;
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .contact__title {
    height: 120px;
    font-size: 4.5rem;
    line-height: 4.5rem;
    padding-bottom: 10px;
    margin-bottom: 33px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .contact__title:before {
    height: 40px;
  }
  .contact__title span {
    margin: 0;
  }
  .contact__content {
    display: block;
    margin: 0 0 35px 0;
  }
  .contact__main {
    width: 100%;
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin-bottom: 30px;
  }
  .contact__info {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: 0 0 0 20px;
  }
  .contact__text {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .contact__text p {
    margin-bottom: 35px;
  }
  .contact__text p:last-child {
    margin-bottom: 0;
  }
  .contact__map {
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
    z-index: 20;
    height: auto;
    margin-left: -70px;
    position: absolute;
  }
}

@media (min-width: 1340px) {
  .contact__box {
    width: 640px;
  }
  .contact__info {
    font-size: 1.7rem;
    line-height: 3.8rem;
  }
  .contact__address {
    font-size: 2.3rem;
    line-height: 3.8rem;
  }
  .contact__text {
    width: 530px;
    font-size: 2.3rem;
    line-height: 4.3rem;
  }
  .contact__map {
    margin-left: 0;
  }
}

.grecaptcha-badge {
  opacity: 0 !important;
}

.promo {
  padding-top: 155px;
  padding-bottom: 30px;
}

.promo__header {
  z-index: 20;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  line-height: 2.7rem;
  margin-bottom: 20px;
  font-family: "Open Sans", Arial, sans-serif;
}

.promo__header_top {
  display: block;
  padding-left: 8px;
}

.promo__header_center {
  color: #fff;
  padding: 8px 0;
  font-size: 2.4rem;
  line-height: 3rem;
  display: block;
}

.promo__header_center span {
  padding: 0 8px;
  background: #2E96FF;
  display: inline-block;
}

.promo__header_center span:first-child {
  margin-bottom: 4px;
}

.promo__header_bottom {
  display: block;
  padding-left: 8px;
}

.promo__main {
  position: relative;
}

.promo__content {
  padding: 0;
  z-index: 20;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 25px 0;
  position: relative;
}

.promo__content li {
  height: 60px;
  padding-left: 65px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.promo__content li span {
  margin: auto 0;
  display: block;
}

.promo__text {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2rem;
  padding-top: 8px;
  text-align: center;
}

.promo__play {
  color: #000;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
  text-decoration: underline;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.promo__play i {
  width: 61px;
  height: 61px;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

.promo__play span {
  padding-left: 13px;
  display: inline-block;
}

.promo__play .ico_svg {
  fill: #3193FF;
}

.promo__play:hover {
  color: #FFBA00;
  text-decoration: underline;
}

.promo__play:hover .ico_svg {
  fill: #FFBA00;
}

.promo__play:active {
  color: #3193FF;
  text-decoration: underline;
}

.promo__play:active .ico_svg {
  fill: #3193FF;
}

.promo__buttons {
  margin: 0;
  padding: 0;
  z-index: 20;
  list-style: none;
  position: relative;
}

.promo__buttons li:first-child {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.promo__buttons li:last-child {
  text-align: center;
}

.promo__buttons .btn {
  width: 100%;
  max-width: 335px;
}

.promo__media {
  z-index: 10;
  display: none;
}

.promo__media_source {
  overflow: visible;
}

.promo__bottom {
  padding-top: 5px;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
}

.promo .swiper-slide {
  opacity: 0 !important;
}

.promo .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .promo {
    padding-top: 155px;
  }
  .promo__header {
    font-size: 2.5rem;
    line-height: 3.4rem;
    margin-bottom: 30px;
  }
  .promo__header_top {
    padding-left: 15px;
  }
  .promo__header_center {
    font-size: 3rem;
    line-height: 4rem;
  }
  .promo__header_center span {
    padding: 1px 15px;
  }
  .promo__header_bottom {
    padding-left: 15px;
  }
  .promo__content {
    padding-left: 22px;
    margin-bottom: 40px;
  }
  .promo__content li {
    margin-bottom: 20px;
  }
  .promo__content li:last-child {
    padding-bottom: 0;
  }
  .promo__buttons {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .promo__buttons li:first-child {
    display: block;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .promo__buttons li:last-child {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .promo__buttons .btn {
    width: 335px;
  }
  .promo__media {
    top: 0;
    right: -15px;
    width: 420px;
    display: block;
    position: absolute;
  }
  .promo__media_source {
    z-index: 10;
    position: relative;
  }
  .promo__media_elem {
    width: 420px;
    height: 420px;
    position: relative;
  }
  .promo__media_item {
    top: 0;
    left: 0;
    position: absolute;
  }
  .promo__media_item.item1 {
    z-index: 1;
  }
  .promo__media_item.item2 {
    z-index: 2;
  }
  .promo__media_item.item3 {
    z-index: 3;
  }
  .promo__media_nav {
    margin: 0;
    z-index: 20;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: right;
    position: relative;
    text-transform: uppercase;
    list-style: none;
    padding: 0 15px 0 0;
  }
  .promo__media_nav li a {
    color: #000;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 5px 14px 5px 0;
    font-family: "Open Sans", Arial, sans-serif;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .promo__media_nav li a:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    content: '';
    display: block;
    background: #000;
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .promo__media_nav li a:hover {
    color: #000;
    text-decoration: underline;
  }
  .promo__media_nav li a:hover:before {
    background: #000;
  }
  .promo__media_nav li a.active {
    color: #2E96FF;
    font-size: 1.7rem;
    line-height: 2rem;
    font-family: "Rubik", Arial, sans-serif;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .promo__media_nav li a.active:before {
    width: 4px;
    background: #2E96FF;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .promo__media_nav li a.active:hover {
    text-decoration: none;
  }
  .promo__bottom {
    max-width: 335px;
  }
}

@media (min-width: 992px) {
  .promo {
    padding-top: 145px;
  }
  .promo__header {
    font-size: 3.5rem;
    line-height: 4.7rem;
    margin-bottom: 20px;
  }
  .promo__header_top {
    padding-left: 15px;
  }
  .promo__header_center {
    font-size: 5.5rem;
    line-height: 5.7rem;
  }
  .promo__header_center span {
    padding: 0 15px 3px 15px;
  }
  .promo__header_bottom {
    padding-left: 15px;
  }
  .promo__content {
    width: 520px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .promo__content li {
    width: 50%;
    margin-bottom: 20px;
  }
  .promo__buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .promo__buttons li {
    margin-right: 35px;
  }
  .promo__media {
    top: 70px;
    right: 0;
    width: 442px;
  }
  .promo__media_elem {
    width: 442px;
    height: 442px;
  }
  .promo__media_nav {
    margin-top: -5px;
  }
}

@media (min-width: 1200px) {
  .promo {
    padding-top: 150px;
    padding-bottom: 65px;
  }
  .promo__header {
    font-size: 5rem;
    line-height: 6.5rem;
    margin-bottom: 40px;
  }
  .promo__header_top {
    padding-left: 20px;
  }
  .promo__header_center {
    font-size: 6rem;
    line-height: 6rem;
  }
  .promo__header_center span {
    padding: 0 20px 12px 20px;
  }
  .promo__header_bottom {
    padding-left: 20px;
  }
  .promo__content {
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .promo__buttons {
    margin-right: 200px;
  }
  .promo__buttons li {
    margin-right: 45px;
  }
  .promo__play {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .promo__media {
    top: -10px;
    right: 0;
    width: 545px;
  }
  .promo__media_elem {
    width: 545px;
    height: 545px;
  }
  .promo__media_nav {
    margin: -10px 0 0 0;
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
  .promo__media_nav li a {
    padding: 5px 14px 5px 0;
  }
  .promo__media_nav li a.active {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
  .promo__media_nav li a.active:before {
    width: 4px;
    background: #2E96FF;
  }
}

@media (min-width: 768px) {
  .swiper-slide-active .promo_item_one {
    -webkit-animation-name: build;
            animation-name: build;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .swiper-slide-active .promo_item_two {
    -webkit-animation-name: build;
            animation-name: build;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
  }
  .swiper-slide-active .promo_item_three {
    -webkit-animation-name: build;
            animation-name: build;
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
  }
  .promo_hide .promo_item_one {
    -webkit-animation-name: rebuild !important;
            animation-name: rebuild !important;
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
  .promo_hide .promo_item_two {
    -webkit-animation-name: rebuild !important;
            animation-name: rebuild !important;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
  .promo_hide .promo_item_three {
    -webkit-animation-name: rebuild !important;
            animation-name: rebuild !important;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
  .promo_item_one {
    opacity: 0;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .promo_item_two {
    opacity: 0;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .promo_item_three {
    opacity: 0;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@-webkit-keyframes build {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -300px);
    transform: translate(0, -300px);
  }
  20% {
    opacity: 0.3;
    -webkit-transform: translate(0, -250px);
    transform: translate(0, -250px);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translate(0, -150px);
    transform: translate(0, -150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes build {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -300px);
    transform: translate(0, -300px);
  }
  20% {
    opacity: 0.3;
    -webkit-transform: translate(0, -250px);
    transform: translate(0, -250px);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translate(0, -150px);
    transform: translate(0, -150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes rebuild {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 350px);
    transform: translate(0, 350px);
  }
}

@keyframes rebuild {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 350px);
    transform: translate(0, 350px);
  }
}

.work {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}

.work_page {
  padding-bottom: 50px;
}

.work__header {
  padding-top: 60px;
  margin-bottom: 35px;
  position: relative;
}

.work__header:before {
  top: 0;
  z-index: 1;
  left: -166px;
  content: '';
  width: 230px;
  height: 110px;
  display: block;
  position: absolute;
  background: url("../img/faq__pattern.svg") 0 0 no-repeat;
}

.work__header_wrap {
  z-index: 10;
  position: relative;
}

.work__header_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 3px;
  display: inline-block;
  position: relative;
  font-family: "Rubik", Arial, sans-serif;
}

.work__header_title:after {
  left: 0;
  top: -5px;
  z-index: 1;
  height: 3px;
  content: '';
  width: 104px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #113A5D;
}

.work__header_title:before {
  top: 50%;
  z-index: 1;
  height: 3px;
  content: '';
  width: 2000px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #113A5D;
  left: calc(100% + 20px);
}

.work__header_content {
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-left: 80px;
}

.work__main {
  position: relative;
}

.work__nav {
  z-index: 50;
  max-width: 380px;
  margin: 0 auto 5px auto;
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.work__nav_button {
  background: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.work__nav_button i {
  width: 68px;
  height: 40px;
  padding: 6px 5px 10px 5px;
  display: block;
  text-align: center;
  font-style: normal;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.work__nav_button strong {
  height: 40px;
  display: block;
  font-weight: 400;
  padding: 8px 5px;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.work__nav_button:hover {
  text-decoration: none;
}

.work__nav_button:first-child {
  color: #000;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.work__nav_button:first-child i {
  background: #F4F4F4;
}

.work__nav_button:first-child strong {
  display: none;
}

.work__nav_button:first-child:hover {
  color: #000;
}

.work__nav_button:first-child:hover i {
  background: #F4F4F4;
}

.work__nav_button:first-child:active {
  color: #000;
}

.work__nav_button:first-child:active i {
  background: #F4F4F4;
}

.work__nav_button:last-child {
  color: #fff;
  margin-left: 17px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.work__nav_button:last-child i {
  background: #343434;
}

.work__nav_button:last-child strong {
  background: #2E96FF;
}

.work__nav_button:last-child:hover {
  color: #fff;
}

.work__nav_button:last-child:hover i {
  background: #343434;
}

.work__nav_button:last-child:active {
  color: #fff;
}

.work__nav_button:last-child:active i {
  background: #343434;
}

.work__nav_button:last-child:active strong {
  background: #2E96FF;
}

.work__nav.nav_fix {
  top: 60px;
  z-index: 999;
  position: fixed;
  width: calc(100% - 30px);
}

.work__item .swiper-slide {
  padding: 10px;
}

.work__inner {
  margin: 0 -25px;
}

.work__switch {
  right: -15px;
  bottom: 0;
  z-index: 30;
  width: 400px;
  display: none;
  position: absolute;
  border: 8px solid #fff;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.work__switch_item {
  display: block;
  position: relative;
}

.work__switch_item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.work__switch_item .ico_svg {
  fill: #fff;
}

.work__switch_item:hover:before {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.work__switch_hover .swiper-slide-active .work__switch_item:before {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.work__switch_hover .swiper-slide-active .work__switch_item i {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.work__label {
  left: 0;
  bottom: 300px;
  position: absolute;
}

@media (min-width: 768px) {
  .work__header {
    padding-top: 55px;
    padding-left: 160px;
    margin-bottom: 25px;
  }
  .work__header:before {
    left: 0;
  }
  .work__header_title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 8px;
  }
  .work__header_content {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .work__main {
    padding-top: 17px;
  }
  .work__nav {
    top: 0;
    left: 25px;
    right: 25px;
    max-width: inherit;
    position: absolute;
  }
  .work__nav_button {
    width: calc(50% - 10px);
  }
  .work__nav_button:first-child strong {
    display: block;
  }
  .work__nav.nav_fix {
    width: auto;
  }
  .work__inner {
    margin: 0 -10px;
  }
  .work__container {
    margin: 0 auto;
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  .work_page {
    padding-bottom: 120px;
  }
  .work__header {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .work__header:before {
    width: 378px;
    height: 190px;
  }
  .work__header_title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 5px;
  }
  .work__header_content {
    font-size: 2.3rem;
    line-height: 3.4rem;
    padding-left: 240px;
  }
  .work__nav {
    left: 0;
    right: -32px;
    top: auto;
    bottom: 8px;
    margin-bottom: 0;
    max-width: inherit;
    position: absolute;
  }
  .work__nav.nav_fix {
    top: auto;
    z-index: 999;
    position: absolute;
  }
  .work__nav_button {
    width: 384px;
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .work__nav_button:before {
    top: 0;
    z-index: 1;
    content: '';
    height: 100%;
    display: block;
    position: absolute;
  }
  .work__nav_button i {
    z-index: 20;
    height: 60px;
    position: relative;
    padding: 19px 5px 17px 5px;
  }
  .work__nav_button strong {
    height: 60px;
    padding: 16px 5px 20px 5px;
  }
  .work__nav_button:first-child {
    color: #000;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .work__nav_button:first-child:before {
    left: 0;
    width: 10px;
    background: #F4F4F4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .work__nav_button:first-child i {
    background: #F4F4F4;
  }
  .work__nav_button:first-child strong {
    z-index: 20;
    position: relative;
    background: transparent;
  }
  .work__nav_button:first-child:hover {
    color: #000;
  }
  .work__nav_button:first-child:hover:before {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .work__nav_button:first-child:hover i {
    background: #F4F4F4;
  }
  .work__nav_button:first-child:active {
    color: #000;
  }
  .work__nav_button:first-child:active i {
    background: #fff;
  }
  .work__nav_button:first-child:active strong {
    background: #fff;
  }
  .work__nav_button:last-child {
    color: #fff;
    width: 384px;
    margin-left: 17px;
    background: #2E96FF;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .work__nav_button:last-child:before {
    right: 0;
    width: 10px;
    background: #343434;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .work__nav_button:last-child i {
    z-index: 20;
    position: relative;
    background: #343434;
  }
  .work__nav_button:last-child strong {
    z-index: 20;
    position: relative;
    background: transparent;
  }
  .work__nav_button:last-child:hover {
    color: #fff;
  }
  .work__nav_button:last-child:hover:before {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .work__nav_button:last-child:active {
    color: #000;
  }
  .work__nav_button:last-child:active i {
    background: #fff;
  }
  .work__nav_button:last-child:active strong {
    background: #fff;
  }
  .work__main {
    padding-bottom: 80px;
  }
  .work__switch {
    right: -40px;
    display: block;
  }
}

@media (min-width: 1340px) {
  .work__main {
    margin: 0 40px;
    padding-bottom: 90px;
  }
  .work__nav {
    left: -32px;
    right: -32px;
  }
  .work__nav_button {
    width: 404px;
  }
  .work__nav_button:last-child {
    width: 404px;
  }
  .work__switch {
    width: 420px;
  }
}

.portfolio {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 15px 15px 45px 15px;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.portfolio__gallery {
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
  margin-bottom: 12px;
}

.portfolio__gallery:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.portfolio__gallery i {
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 10;
  width: 80px;
  height: 80px;
  visibility: hidden;
  position: absolute;
  display: inline-block;
  margin: -40px 0 0 -40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.portfolio__gallery .ico_svg {
  fill: #fff;
}

.portfolio__gallery:hover:before {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.portfolio__gallery:hover i {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.portfolio__thumbs {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.portfolio__thumbs_item {
  display: block;
  position: relative;
  width: calc(50% - 6px);
}

.portfolio__thumbs_item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.portfolio__thumbs_item i {
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 10;
  width: 26px;
  height: 26px;
  visibility: hidden;
  position: absolute;
  display: inline-block;
  margin: -13px 0 0 -13px;
}

.portfolio__thumbs_item .ico_svg {
  fill: #fff;
}

.portfolio__thumbs_item:hover:before {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.portfolio__thumbs_item:hover i {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.portfolio__thumbs_item:first-child {
  display: none;
}

.portfolio__thumbs_link {
  right: 0;
  bottom: 0;
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
  position: absolute;
  width: calc(50% - 6px);
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Rubik", Arial, sans-serif;
}

.portfolio__thumbs_link .img {
  opacity: 0;
}

.portfolio__thumbs_link:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.portfolio__thumbs_link span {
  z-index: 10;
  display: block;
  margin: auto 0;
}

.portfolio__thumbs_link:hover {
  color: #fff;
  text-decoration: none;
}

.portfolio__thumbs_link:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}

.portfolio__thumbs_wrap {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding-left: 35px;
  position: absolute;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.portfolio__title {
  color: #555;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin-bottom: 10px;
  font-family: "Rubik", Arial, sans-serif;
}

.portfolio__content {
  padding-top: 10px;
}

.portfolio__info {
  padding: 0;
  list-style: none;
  margin: 0 0 15px 0;
  font-size: 1.4rem;
  line-height: 2rem;
}

.portfolio__info li {
  padding-left: 25px;
  margin-bottom: 10px;
}

.portfolio__info li:nth-child(1) {
  background: url("../img/portfolio__marker.svg") 0 3px no-repeat;
}

.portfolio__info li:nth-child(2) {
  background: url("../img/portfolio__ruble.svg") 0 2px no-repeat;
}

.portfolio__info li:nth-child(3) {
  background: url("../img/portfolio__clock.svg") 0 4px no-repeat;
  margin-bottom: 0;
}

.portfolio__description {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}

.portfolio__description_md {
  display: none;
}

.portfolio__description_title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 5px;
}

.portfolio__description p {
  margin: 0;
  padding: 0;
}

.portfolio__description p span:last-child {
  display: none;
}

.portfolio__quote {
  margin: 0 -15px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 9px 15px;
  background: #F5F5F5;
}

.portfolio__quote_wrap {
  margin: 0 auto;
  max-width: 380px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.portfolio__quote_icon {
  width: 50px;
  display: block;
}

.portfolio__quote_icon .img_fluid {
  fill: #2E96FF;
}

.portfolio__quote_content {
  display: block;
  padding-left: 20px;
}

.portfolio__quote_content div {
  max-width: 300px;
  margin: 0 0 5px 0;
}

.portfolio__quote_content p {
  max-width: 100%;
  margin: 0 0 5px 0;
}

.portfolio__quote_content p:first-child {
  display: block;
}

.portfolio__quote_content a {
  color: #2E96FF;
  font-style: italic;
  text-decoration: none;
}

.portfolio__quote_content a span {
  text-decoration: underline;
}

.portfolio__quote_content a:hover {
  color: #2E96FF;
  text-decoration: none;
}

.portfolio__quote_content a:hover span {
  text-decoration: none;
}

.portfolio__button {
  padding: 24px 0 0 0;
  margin: 0 auto;
  list-style: none;
  max-width: 380px;
}

.portfolio__button li:first-child {
  margin-bottom: 8px;
}

.portfolio__button .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio {
    width: 100%;
    max-width: inherit;
    padding: 69px 55px 26px 55px;
  }
  .portfolio__media {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio__gallery {
    margin: 0 7px 8px 0;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .portfolio__thumbs {
    width: 145px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .portfolio__thumbs_item {
    width: 100%;
    margin-bottom: 8px;
  }
  .portfolio__thumbs_item:first-child {
    display: block;
  }
  .portfolio__thumbs_item:last-child {
    margin-bottom: 0 !important;
  }
  .portfolio__thumbs_link {
    width: 100%;
    right: 0;
    bottom: 8px;
    font-size: 1.4rem;
  }
  .portfolio__content {
    margin-bottom: 8px;
    padding-top: 30px;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .portfolio__title {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
  .portfolio__tablet {
    margin: 0 -30px 15px 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .portfolio__info {
    margin-bottom: 0;
    width: calc(50% - 25px);
  }
  .portfolio__description {
    margin-bottom: 0;
    width: calc(50% - 25px);
  }
  .portfolio__quote {
    margin: 0 -55px;
    padding: 16px 55px;
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
  .portfolio__quote_wrap {
    max-width: inherit;
  }
  .portfolio__quote_content {
    max-width: 100%;
    overflow: hidden;
  }
  .portfolio__button {
    padding-top: 25px;
    max-width: inherit;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .portfolio__button li {
    width: calc(50% - 11px);
  }
  .portfolio__button li:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .portfolio__gallery {
    margin-right: 8px;
  }
  .portfolio__thumbs {
    width: 203px;
  }
  .portfolio__thumbs_item {
    margin-bottom: 8px;
  }
  .portfolio__thumbs_item:first-child {
    display: block;
  }
  .portfolio__tablet {
    margin-bottom: 20px;
  }
  .portfolio__info {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
  .portfolio__info li {
    margin-bottom: 15px;
  }
  .portfolio__info li:last-child {
    margin-bottom: 0;
  }
  .portfolio__description {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .portfolio__description_title {
    font-size: 1.7rem;
    line-height: 2rem;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .portfolio {
    padding: 15px 15px 35px 15px;
  }
  .portfolio__row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio__media {
    width: 610px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .portfolio__thumbs {
    width: 145px;
  }
  .portfolio__content {
    padding: 0 0 0 30px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portfolio__info {
    width: 100%;
  }
  .portfolio__info li {
    margin-bottom: 10px;
  }
  .portfolio__info li:last-child {
    margin-bottom: 0;
  }
  .portfolio__description {
    font-size: 1.5rem;
    line-height: 2.7rem;
    padding-top: 17px;
    width: calc(100%  - 400px);
  }
  .portfolio__description_title {
    font-size: 1.7rem;
    line-height: 2.7rem;
    margin-bottom: 15px;
  }
  .portfolio__description_sm {
    display: none;
  }
  .portfolio__description_md {
    display: block;
  }
  .portfolio__description p {
    min-height: 108px;
  }
  .portfolio__tablet {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .portfolio__quote {
    min-height: 104px;
    margin-left: -30px;
    margin-right: -15px;
    padding: 18px 10px 18px 30px;
  }
  .portfolio__quote_content div {
    max-width: 350px;
  }
  .portfolio__button {
    margin: 0;
    width: 696px;
  }
}

@media (min-width: 1340px) {
  .portfolio__media {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .portfolio__content {
    padding-top: 10px;
    padding-left: 50px;
  }
  .portfolio__description {
    width: 780px;
  }
  .portfolio__info li {
    margin-bottom: 12px;
  }
  .portfolio__info li:last-child {
    margin-bottom: 0;
  }
  .portfolio__quote {
    margin-left: -50px;
    padding: 28px 20px 18px 50px;
  }
}

.choose__header {
  padding-top: 40px;
}

.choose__title {
  z-index: 1;
  height: 90px;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  line-height: 2.4rem;
  padding-left: 18px;
  padding-top: 32px;
  font-family: "Rubik", Arial, sans-serif;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.choose__title:before {
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 25px;
  position: absolute;
  background: url("../img/contact__pattern.svg") 0 0 no-repeat;
}

.choose__title:after {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 3px;
  content: '';
  display: block;
  position: absolute;
  background: #11395D;
  border-radius: 2px 2px 0 0;
}

.choose__title_wrap {
  display: block;
}

.choose__main {
  color: #fff;
  background: #1F456C;
}

.choose__list {
  margin: 0;
  list-style: none;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 40px 0 20px 0;
  text-transform: uppercase;
}

.choose__list:after {
  top: 0;
  left: 0;
  bottom: 30px;
  z-index: 2;
  width: 3px;
  content: '';
  display: block;
  position: absolute;
  background: #2E96FF;
  border-radius: 0 0 2px 2px;
}

.choose__list > li {
  padding-top: 65px;
  position: relative;
  margin-bottom: 30px;
}

.choose__list > li:nth-child(1) .choose__list_icon {
  width: 54px;
  margin-left: -27px;
}

.choose__list > li:nth-child(2) .choose__list_icon {
  width: 66px;
  margin-left: -33px;
}

.choose__list > li:nth-child(3) .choose__list_icon {
  width: 50px;
  margin-left: -25px;
}

.choose__list > li:nth-child(4) .choose__list_icon {
  width: 46px;
  margin-left: -23px;
}

.choose__list > li:nth-child(5) .choose__list_icon {
  width: 54px;
  margin-left: -27px;
}

.choose__list > li:nth-child(6) .choose__list_icon {
  width: 50px;
  margin-left: -25px;
}

.choose__list > li:nth-child(7) .choose__list_icon {
  width: 46px;
  margin-left: -23px;
}

.choose__list_icon {
  top: 0;
  left: 50%;
  display: block;
  position: absolute;
}

@media (min-width: 768px) {
  .choose__title {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  .choose__list {
    padding-top: 50px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .choose__list:after {
    bottom: 130px;
  }
  .choose__list > li {
    width: 33.33%;
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .choose__header {
    padding-top: 110px;
  }
  .choose__title {
    height: 166px;
    padding-top: 65px;
    font-size: 4.5rem;
    line-height: 4.5rem;
    padding-bottom: 10px;
  }
  .choose__title:before {
    height: 40px;
  }
  .choose__list {
    padding-top: 55px;
    padding-bottom: 20px;
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
  .choose__list:after {
    bottom: 75px;
  }
  .choose__list > li {
    width: 25%;
    padding-top: 120px;
    margin-bottom: 30px;
  }
  .choose__list > li:nth-child(1) .choose__list_icon {
    top: 4px;
    width: 90px;
    margin-left: -45px;
  }
  .choose__list > li:nth-child(2) .choose__list_icon {
    top: 15px;
    width: 109px;
    margin-left: -55px;
  }
  .choose__list > li:nth-child(3) .choose__list_icon {
    width: 108px;
    margin-left: -54px;
  }
  .choose__list > li:nth-child(4) .choose__list_icon {
    width: 84px;
    top: 6px;
    margin-left: -42px;
  }
  .choose__list > li:nth-child(5) .choose__list_icon {
    top: 14px;
    width: 75px;
    margin-left: -37px;
  }
  .choose__list > li:nth-child(6) .choose__list_icon {
    width: 92px;
    margin-left: -46px;
  }
  .choose__list > li:nth-child(7) .choose__list_icon {
    width: 88px;
    top: 3px;
    margin-left: -44px;
  }
}

.boss {
  color: #fff;
  z-index: 30;
  position: relative;
  padding-bottom: 40px;
  background: #343434;
}

.boss__main {
  position: relative;
  padding-top: 305px;
}

.boss__main_photo {
  top: -85px;
  left: -25px;
  width: 407px;
  position: absolute;
}

.boss__main_person {
  z-index: 20;
  width: 438px;
  height: 60px;
  top: 245px;
  left: -6px;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.4rem;
  position: absolute;
  padding: 0 0 5px 20px;
  background: url("../img/user_pattern.png") 0 50% no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.boss__main_person strong {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.boss__main_person span {
  letter-spacing: -0.5px;
}

.boss__main_person_wrap {
  margin: auto 0;
}

.boss__main_text {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.boss__content {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  padding-top: 35px;
  font-family: "Rubik", Arial, sans-serif;
}

.boss__button {
  padding-top: 30px;
  text-align: center;
}

.boss__button .btn {
  width: 100%;
  max-width: 335px;
}

@media (min-width: 768px) {
  .boss {
    padding-bottom: 40px;
  }
  .boss__wrap {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .boss__content {
    padding: 45px 60px 0 0;
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .boss__main {
    width: 50%;
    padding-top: 270px;
    padding-left: 23px;
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .boss__main:before {
    left: 0;
    width: 3px;
    top: 55px;
    bottom: 0;
    content: '';
    border-radius: 2px;
    position: absolute;
    background: #AEAEAE;
  }
  .boss__main_photo {
    left: 3px;
    top: -125px;
  }
  .boss__main_person {
    top: 205px;
    bottom: auto;
  }
}

@media (min-width: 1200px) {
  .boss {
    padding-bottom: 45px;
  }
  .boss__content {
    font-size: 3.2rem;
    line-height: 5rem;
    padding: 60px 40px 0 0;
  }
  .boss__main {
    width: 50%;
    padding: 355px 20px 0 28px;
  }
  .boss__main:before {
    bottom: 0;
  }
  .boss__main_photo {
    top: -200px;
    width: 594px;
  }
  .boss__main_text {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
  .boss__main_person {
    top: 275px;
    width: 531px;
    height: 73px;
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding-left: 30px;
  }
  .boss__main_person strong {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
  .boss__button {
    display: block;
    padding-top: 30px;
  }
}

@media (min-width: 1340px) {
  .boss__content {
    font-size: 3.9rem;
    line-height: 6rem;
    padding: 60px 10px 0 15px;
  }
  .boss__main {
    width: 633px;
    padding-right: 60px;
  }
}

.measuring {
  overflow: hidden;
}

.measuring__header {
  padding: 30px 0;
  background: #fff;
}

.measuring__title {
  z-index: 1;
  height: 90px;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 20px;
  position: relative;
  line-height: 2.4rem;
  padding-left: 18px;
  font-family: "Rubik", Arial, sans-serif;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.measuring__title:before {
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 25px;
  position: absolute;
  background: url("../img/contact__pattern.svg") 0 0 no-repeat;
}

.measuring__title:after {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 3px;
  content: '';
  display: block;
  position: absolute;
  background: #11395D;
  border-radius: 2px;
}

.measuring__title_wrap {
  margin: auto 0;
  display: block;
}

.measuring__title span {
  display: block;
}

.measuring__main {
  color: #fff;
  padding-top: 30px;
  background: #1F446C;
}

.measuring__content {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.measuring__content_text p {
  margin-bottom: 30px;
}

.measuring__content_text p:last-child {
  margin-bottom: 0;
}

.measuring__content_button {
  display: none;
  text-align: center;
}

.measuring__media {
  height: 310px;
  margin: 0 auto;
  max-width: 360px;
  position: relative;
}

.measuring__media_bg {
  left: 50%;
  z-index: 1;
  width: 357px;
  bottom: 10px;
  position: absolute;
  margin-left: -179px;
}

.measuring__media_man {
  left: 50%;
  bottom: -30px;
  z-index: 2;
  width: 152px;
  margin-left: -76px;
  position: absolute;
}

.measuring__media_button {
  left: 50%;
  z-index: 5;
  bottom: 30px;
  width: 320px;
  position: absolute;
  margin-left: -160px;
}

.measuring__media_button .btn {
  width: 100%;
}

.measuring__media_person {
  z-index: 20;
  width: 438px;
  height: 60px;
  bottom: 120px;
  left: -5px;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.4rem;
  position: absolute;
  padding: 12px 0 0 20px;
  background: url("../img/user_pattern.png") 0 50% no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.measuring__media_person strong {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.measuring__media_person_wrap {
  margin: auto 0;
}

@media (min-width: 768px) {
  .measuring__header {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .measuring__title {
    padding-top: 30px;
    font-size: 2.4rem;
    line-height: 2.5rem;
  }
  .measuring__main {
    padding-top: 30px;
  }
  .measuring__row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .measuring__content {
    padding-right: 20px;
    padding-bottom: 48px;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .measuring__content_text {
    max-width: 290px;
    margin-bottom: 30px;
  }
  .measuring__content_button {
    display: block;
    text-align: left;
  }
  .measuring__content_button .btn {
    width: 100%;
    max-width: 335px;
  }
  .measuring__media {
    width: 50%;
    height: auto;
    max-width: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .measuring__media:before {
    left: 0;
    top: 20px;
    width: 3px;
    content: '';
    height: 286px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
  }
  .measuring__media_bg {
    left: 25px;
    width: 480px;
    bottom: -80px;
    margin-left: 0;
  }
  .measuring__media_man {
    left: auto;
    right: 40px;
    width: 204px;
    margin-left: 0;
  }
  .measuring__media_button {
    display: none;
  }
  .measuring__media_person {
    bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .measuring__header {
    padding-top: 140px;
    padding-bottom: 70px;
  }
  .measuring__main {
    padding-top: 55px;
  }
  .measuring__title {
    height: 120px;
    font-size: 4.5rem;
    line-height: 5.5rem;
    padding-top: 50px;
    display: block;
  }
  .measuring__title:before {
    height: 40px;
  }
  .measuring__content {
    font-size: 2.3rem;
    line-height: 4.5rem;
    padding-left: 15px;
    padding-bottom: 70px;
  }
  .measuring__content_text {
    max-width: inherit;
    margin-bottom: 65px;
  }
  .measuring__content_text p {
    margin-bottom: 50px;
  }
  .measuring__content_text p:last-child {
    margin-bottom: 0;
  }
  .measuring__content_button {
    width: 335px;
  }
  .measuring__media:before {
    top: 30px;
    height: 430px;
  }
  .measuring__media_bg {
    left: 30px;
    bottom: 0;
    width: 651px;
  }
  .measuring__media_man {
    left: 150px;
    width: 371px;
    bottom: 0;
    right: auto;
  }
  .measuring__media_person {
    left: -7px;
    width: 531px;
    height: 73px;
    bottom: 195px;
    padding-top: 18px;
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding-left: 30px;
  }
  .measuring__media_person strong {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
}

.material {
  overflow: hidden;
  padding-top: 30px;
  position: relative;
  background: #F4F4F4;
}

.material:before {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: '';
  height: 150px;
  display: block;
  background: #fff;
  position: absolute;
}

.material .container {
  z-index: 20;
  position: relative;
}

.material__header {
  z-index: 1;
  color: #000;
  height: 90px;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 30px;
  position: relative;
  line-height: 2.4rem;
  padding-left: 18px;
  margin-bottom: 50px;
  font-family: "Rubik", Arial, sans-serif;
}

.material__header:before {
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 20px;
  position: absolute;
  background: url("../img/contact__pattern.svg") 0 0 no-repeat;
}

.material__header:after {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 3px;
  content: '';
  display: block;
  position: absolute;
  background: #11395D;
  border-radius: 2px;
}

.material__header_wrap {
  z-index: 20;
  position: relative;
}

.material__header strong {
  display: block;
}

.material__content_text {
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
}

.material__content_button {
  display: none;
  margin-bottom: 30px;
}

.material__subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
  margin-bottom: 15px;
  font-family: "Rubik", Arial, sans-serif;
}

.material__slider {
  width: 255px;
}

.material__slider_main {
  overflow: visible;
}

.material__navigation {
  padding-top: 10px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.material__nav {
  z-index: 10;
  width: 34px;
  height: 26px;
  border: none;
  outline: none;
  padding: 0 0 2px 0;
  font-weight: 900;
  font-size: 2.3rem;
  line-height: 2.3rem;
  cursor: pointer;
  background: #fff;
  text-align: center;
  font-family: "Rubik", Arial, sans-serif;
}

.material__nav_prev {
  margin-right: 10px;
}

.material__media {
  height: 300px;
  margin: 0 auto;
  max-width: 360px;
  position: relative;
}

.material__media_man {
  bottom: -50px;
  left: 50%;
  z-index: 1;
  width: 210px;
  position: absolute;
  margin-left: -105px;
}

.material__media_button {
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 10;
  text-align: center;
  position: absolute;
}

.material__media_user {
  z-index: 30;
  width: 412px;
  height: 56px;
  right: -15px;
  bottom: 120px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  position: absolute;
  padding: 12px 0 0 150px;
  background: url("../img/user__bg.png") 0 50% no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.material__media_user strong {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.material .btn {
  width: 100%;
  max-width: 340px;
}

@media (min-width: 768px) {
  .material__header {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  .material__row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .material__content {
    width: auto;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .material__content_button {
    margin-right: -10px;
    display: block;
  }
  .material__subtitle {
    margin-bottom: 25px;
  }
  .material__media {
    width: 50%;
    height: auto;
    margin: 0 25px 0 0;
    max-width: inherit;
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .material__media:before {
    top: 50px;
    right: -1px;
    width: 3px;
    content: '';
    height: 286px;
    display: block;
    background: #FFF;
    border-radius: 3px;
    position: absolute;
  }
  .material__media_button {
    display: none;
  }
  .material__media_user {
    right: -7px;
    left: auto;
    bottom: 155px;
  }
  .material__media_man {
    right: 110px;
    left: auto;
    width: 305px;
    margin-left: 0;
  }
  .material__slider {
    width: 320px;
  }
  .material__slider_main {
    overflow: hidden;
  }
  .material__navigation {
    padding-top: 25px;
  }
}

@media (min-width: 1200px) {
  .material {
    padding-top: 90px;
  }
  .material:before {
    display: none;
  }
  .material__header {
    height: 188px;
    overflow: hidden;
    font-size: 4.5rem;
    line-height: 5.5rem;
    padding-left: 160px;
    padding-top: 60px;
    margin-bottom: 30px;
  }
  .material__header:before {
    top: 0;
    left: 0;
    width: 381px;
    height: 100%;
    background: url("../img/faq__pattern.svg") 0 50% no-repeat;
  }
  .material__header:after {
    display: none;
  }
  .material__header_wrap:before {
    top: -14px;
    left: 0;
    z-index: 2;
    content: '';
    height: 3px;
    width: 104px;
    display: block;
    position: absolute;
    background: #11395D;
    border-radius: 2px;
  }
  .material__header strong {
    display: inline-block;
    position: relative;
  }
  .material__header strong:after {
    top: 50%;
    left: calc(100% + 20px);
    z-index: 2;
    content: '';
    height: 3px;
    width: 2000px;
    display: block;
    position: absolute;
    background: #11395D;
    border-radius: 2px;
  }
  .material__header span {
    display: block;
  }
  .material__content {
    width: 585px;
    padding-bottom: 40px;
  }
  .material__content_text {
    font-size: 2.3rem;
    line-height: 4.5rem;
    margin-bottom: 40px;
  }
  .material__content_button {
    margin-bottom: 45px;
  }
  .material__subtitle {
    font-size: 3.3rem;
    line-height: 3.5rem;
    margin-bottom: 45px;
  }
  .material__slider {
    width: 100%;
  }
  .material__media:before {
    height: 570px;
  }
  .material__media_man {
    left: -15px;
    width: 444px;
  }
  .material__media_user {
    width: 530px;
    height: 76px;
    bottom: 200px;
    right: 10px;
    left: auto;
    text-align: right;
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding: 18px 25px 0 0;
  }
  .material__media_user strong {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
  .material__navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .material__nav:hover {
    background: #2E96FF;
  }
  .material__nav:hover .ico_svg {
    fill: #fff;
  }
  .material__nav:active {
    background: #2A2A2A;
  }
  .material__nav:active .ico_svg {
    fill: #fff;
  }
}

@media (min-width: 1340px) {
  .material__content {
    width: 620px;
  }
  .material__content_text {
    padding-right: 60px;
  }
  .material__slider_main {
    width: 672px;
    margin-left: -85px;
  }
  .material__navigation {
    width: 672px;
    margin-left: -85px;
  }
  .material__media:before {
    right: 100px;
  }
  .material__media_user {
    right: 90px;
    bottom: 220px;
  }
}

.delivery {
  padding-top: 30px;
  background: #fff;
}

.delivery__header {
  z-index: 1;
  color: #000;
  height: 90px;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 30px;
  position: relative;
  line-height: 2.4rem;
  padding-left: 18px;
  margin-bottom: 30px;
  font-family: "Rubik", Arial, sans-serif;
}

.delivery__header:before {
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 20px;
  position: absolute;
  background: url("../img/contact__pattern.svg") 0 0 no-repeat;
}

.delivery__header:after {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 3px;
  content: '';
  display: block;
  position: absolute;
  background: #11395D;
  border-radius: 2px;
}

.delivery__header_wrap {
  z-index: 20;
  position: relative;
}

.delivery__row {
  z-index: 20;
  margin: auto 0;
  display: block;
  position: relative;
}

.delivery__content {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.delivery__content p {
  margin-bottom: 20px;
}

.delivery__content p:last-child {
  margin-bottom: 0;
}

.delivery__media {
  height: 310px;
  margin: 0 auto;
  max-width: 380px;
  position: relative;
}

.delivery__media_auto {
  bottom: 0;
  z-index: 1;
  width: 435px;
  left: -20px;
  position: absolute;
}

.delivery__media_user {
  bottom: 0;
  z-index: 5;
  width: 165px;
  left: 50%;
  margin-left: -83px;
  position: absolute;
}

.delivery__media_person {
  z-index: 20;
  top: 210px;
  width: 438px;
  height: 60px;
  left: -5px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  position: absolute;
  padding: 0 0 5px 20px;
  background: url("../img/user_pattern.png") 0 50% no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.delivery__media_person strong {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.delivery__media_person_wrap {
  margin: auto 0;
}

@media (min-width: 768px) {
  .delivery__header {
    z-index: 10;
    position: relative;
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-bottom: 30px;
  }
  .delivery__header span {
    display: block;
  }
  .delivery__row {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .delivery__content {
    z-index: 10;
    padding-right: 20px;
    position: relative;
    padding-bottom: 70px;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .delivery__content p {
    max-width: 350px;
  }
  .delivery__media {
    margin: 0;
    z-index: 1;
    width: 50%;
    height: auto;
    max-width: inherit;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .delivery__media:before {
    left: 0;
    width: 3px;
    top: 0;
    bottom: 60px;
    z-index: 20;
    content: '';
    border-radius: 2px;
    position: absolute;
    background: #D5D5D5;
  }
  .delivery__media_auto {
    left: auto;
    right: -10px;
    margin-left: 0;
    width: 440px;
  }
  .delivery__media_user {
    width: 235px;
    left: auto;
    right: 20px;
    margin-left: 0;
  }
  .delivery__media_person {
    top: 140px;
  }
}

@media (min-width: 1200px) {
  .delivery {
    padding-top: 80px;
  }
  .delivery__header {
    height: 188px;
    overflow: hidden;
    font-size: 4.5rem;
    line-height: 5.5rem;
    padding-left: 90px;
    padding-top: 60px;
    margin-bottom: 35px;
  }
  .delivery__header:before {
    top: 0;
    left: 0;
    width: 381px;
    height: 100%;
    background: url("../img/faq__pattern.svg") 0 50% no-repeat;
  }
  .delivery__header:after {
    display: none;
  }
  .delivery__header span:before {
    top: -14px;
    left: 0;
    z-index: 2;
    content: '';
    height: 3px;
    width: 104px;
    display: block;
    position: absolute;
    background: #11395D;
    border-radius: 2px;
  }
  .delivery__content {
    font-size: 2.3rem;
    line-height: 4.5rem;
    padding-bottom: 75px;
    padding-left: 30px;
  }
  .delivery__content p {
    max-width: inherit;
    margin-bottom: 40px;
  }
  .delivery__content p:last-child {
    margin-bottom: 0;
  }
  .delivery__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .delivery__media {
    max-width: inherit;
  }
  .delivery__media:before {
    left: 0;
    top: 30px;
    width: 3px;
    z-index: 18;
    height: 344px;
    content: '';
    display: block;
    position: absolute;
    border-radius: 3px;
    background: #D5D5D5;
  }
  .delivery__media_auto {
    width: 657px;
    right: -40px;
  }
  .delivery__media_user {
    width: 350px;
  }
  .delivery__media_person {
    width: 531px;
    height: 73px;
    bottom: 245px;
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding-left: 30px;
  }
  .delivery__media_person strong {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
}

@media (min-width: 1340px) {
  .delivery__header {
    padding-left: 160px;
  }
  .delivery__content {
    margin-right: 50px;
  }
}

.comments {
  max-width: 100%;
  overflow: hidden;
}

.comments__header {
  padding-top: 60px;
  margin-bottom: 45px;
  position: relative;
}

.comments__header:before {
  top: 0;
  z-index: 1;
  left: -166px;
  content: '';
  width: 230px;
  height: 110px;
  display: block;
  position: absolute;
  background: url("../img/faq__pattern.svg") 0 0 no-repeat;
}

.comments__header_wrap {
  z-index: 10;
  position: relative;
}

.comments__header_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 3px;
  display: inline-block;
  position: relative;
  font-family: "Rubik", Arial, sans-serif;
}

.comments__header_title:after {
  left: 0;
  top: -5px;
  z-index: 1;
  height: 3px;
  content: '';
  width: 104px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #113A5D;
}

.comments__header_title:before {
  top: 50%;
  z-index: 1;
  height: 3px;
  content: '';
  width: 2000px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #113A5D;
  left: calc(100% + 20px);
}

.comments__header_content {
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-left: 80px;
}

.comments__main {
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}

.comments__slider {
  width: 304px;
  margin: 0 auto;
}

.comments__slider .swiper-slide {
  padding: 10px 5px;
}

.comments__item {
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.comments__item:before {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 40%;
  content: '';
  display: block;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
}

.comments__item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comments__item:hover {
  color: #fff;
  text-decoration: none;
}

.comments__item_name {
  right: 0;
  top: 15px;
  left: 15px;
  z-index: 5;
  display: block;
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  position: absolute;
}

.comments__item_name:before {
  top: 0;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
}

.comments__item_name span {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
}

.comments__item_icon {
  top: 50%;
  left: 50%;
  z-index: 20;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  opacity: 0.95;
  position: absolute;
  display: inline-block;
  margin: -25px 0 0 -25px;
}

.comments__item .ico_svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comments .slider_arrow {
  bottom: 20px;
}

.comments .slider_arrow_prev {
  left: 0;
}

.comments .slider_arrow_next {
  right: 0;
}

.comments__button {
  padding-top: 25px;
  text-align: center;
}

.comments__button .btn {
  width: 100%;
  max-width: 360px;
}

@media (min-width: 768px) {
  .comments__header {
    padding-top: 55px;
    padding-left: 160px;
    margin-bottom: 15px;
  }
  .comments__header:before {
    left: 0;
  }
  .comments__header_title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 8px;
  }
  .comments__header_content {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .comments__main {
    max-width: inherit;
  }
  .comments__slider {
    width: 100%;
    max-width: inherit;
  }
  .comments__slider .swiper-slide {
    padding: 10px;
  }
  .comments__item_name {
    top: 20px;
    left: 30px;
  }
  .comments__item_icon {
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
  }
  .comments__button {
    padding-top: 20px;
  }
  .comments__button .btn {
    max-width: 320px;
  }
  .comments .slider_arrow {
    bottom: 30px;
  }
  .comments .slider_arrow_prev {
    left: 0;
  }
  .comments .slider_arrow_next {
    right: 0;
  }
}

@media (min-width: 1200px) {
  .comments__header {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .comments__header:before {
    width: 378px;
    height: 190px;
  }
  .comments__header_title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 5px;
  }
  .comments__header_content {
    font-size: 2.3rem;
    line-height: 3.4rem;
    padding-left: 240px;
  }
  .comments__main {
    padding: 0 27px;
  }
  .comments__item_name {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .comments__item_name span {
    font-size: 2rem;
    line-height: 2rem;
  }
  .comments__item:hover:after {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .comments__item:hover .ico_svg {
    fill: #FFE05C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .comments__slider .swiper-slide {
    padding: 10px 13px;
  }
  .comments__button {
    padding-top: 40px;
  }
  .comments__button .btn {
    max-width: 340px;
  }
}

.full {
  padding-top: 55px;
  padding-bottom: 64px;
  background: url("../img/full__bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.full__header {
  z-index: 1;
  height: 90px;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  line-height: 2.4rem;
  padding-left: 18px;
  font-family: "Rubik", Arial, sans-serif;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.full__header:before {
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 25px;
  position: absolute;
  background: url("../img/contact__pattern.svg") 0 0 no-repeat;
}

.full__header:after {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 3px;
  content: '';
  display: block;
  position: absolute;
  background: #11395D;
  border-radius: 2px;
}

.full__header_wrap {
  margin: auto 0;
  display: block;
}

.full__content {
  padding: 0 15px;
}

.full__text {
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-bottom: 35px;
}

.full__item {
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
  border: 7px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.full__item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.full__item i {
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 10;
  width: 60px;
  height: 60px;
  visibility: hidden;
  position: absolute;
  display: inline-block;
  margin: -30px 0 0 -30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.full__item .ico_svg {
  fill: #fff;
}

.full__wrap {
  margin: 0 -10px;
  position: relative;
}

.full .swiper-slide {
  padding: 10px 10px;
}

.full__buttons {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
}

.full__buttons li:first-child {
  margin-bottom: 15px;
}

.full__buttons .btn {
  width: 100%;
}

.full .slider_arrow {
  bottom: 30px;
}

.full .slider_arrow_prev {
  left: -10px;
}

.full .slider_arrow_next {
  right: -10px;
}

@media (min-width: 768px) {
  .full__header {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .full__text {
    margin-top: -20px;
  }
  .full__wrap {
    margin: 0 -5px;
  }
  .full .swiper-slide {
    padding: 10px 5px;
  }
  .full__buttons {
    margin: 0 auto;
    padding-top: 38px;
    max-width: 700px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .full__buttons li {
    width: calc(50% - 12px);
  }
  .full__buttons li:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .full__buttons li {
    width: calc(50% - 15px);
  }
}

@media (min-width: 1200px) {
  .full {
    padding-top: 90px;
    padding-bottom: 115px;
  }
  .full__header {
    height: 120px;
    font-size: 4.5rem;
    line-height: 5.5rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .full__header:before {
    height: 40px;
  }
  .full__header_wrap {
    margin: 0;
  }
  .full__text {
    margin-top: 0;
    font-size: 2.3rem;
    line-height: 3.6rem;
    margin-bottom: 40px;
  }
  .full__buttons {
    padding-top: 60px;
  }
  .full__item:hover:before {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .full__item:hover i {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.faq {
  padding-top: 40px;
  padding-bottom: 47px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(244, 244, 244, 0.5)));
  background-image: linear-gradient(to bottom, #fff 0%, rgba(244, 244, 244, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#80F4F4F4', GradientType=0);
}

.faq__title {
  z-index: 1;
  height: 90px;
  color: #2E96FF;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  line-height: 2.4rem;
  padding-left: 18px;
  margin-bottom: 12px;
  font-family: "Rubik", Arial, sans-serif;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq__title:before {
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 20px;
  position: absolute;
  background: url("../img/contact__pattern.svg") 0 0 no-repeat;
}

.faq__title:after {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 3px;
  content: '';
  display: block;
  position: absolute;
  background: #11395D;
  border-radius: 2px;
}

.faq__title span {
  z-index: 20;
  margin: auto 0;
  display: block;
  position: relative;
}

.faq__list {
  margin-bottom: 40px;
}

.faq__item {
  color: #000;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.8rem;
  overflow: hidden;
  position: relative;
  background: #F4F4F4;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 6px 40px 6px 22px;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__item_question {
  z-index: 10;
  cursor: pointer;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.2rem;
  position: relative;
}

.faq__item_answer {
  display: none;
  padding-top: 10px;
  padding-bottom: 5px;
}

.faq__item_arrow {
  top: 14px;
  right: 12px;
  z-index: 1;
  content: '';
  width: 10px;
  height: 7px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq__item .ico_svg {
  fill: #2E96FF;
}

.faq__item.open .faq__item_arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq__item.open .ico_svg {
  fill: #555;
}

.faq__subtitle {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  position: relative;
  padding-top: 12px;
  margin-bottom: 40px;
}

.faq__subtitle:before {
  top: 0;
  left: -10px;
  content: '';
  height: 3px;
  width: 115px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #113A5D;
}

.faq__subtitle strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  font-family: "Rubik", Arial, sans-serif;
}

.faq__button {
  text-align: center;
}

.faq .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .faq {
    padding-bottom: 60px;
  }
  .faq__title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 35px;
  }
  .faq__subtitle {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .faq__subtitle strong {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

@media (min-width: 992px) {
  .faq__list {
    margin-bottom: 80px;
  }
  .faq__item {
    font-size: 1.7rem;
    line-height: 2.3rem;
    margin-bottom: 40px;
    padding: 15px 60px 18px 40px;
  }
  .faq__item:last-child {
    margin-bottom: 0;
  }
  .faq__item_question {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  .faq__item_question:hover {
    color: #2E96FF;
  }
  .faq__item_answer {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .faq__item_arrow {
    top: 26px;
    right: 22px;
    width: 19px;
    height: 13px;
  }
  .faq__item:hover .ico_svg {
    fill: #2E96FF;
  }
  .faq .btn {
    width: 655px;
  }
}

@media (min-width: 1200px) {
  .faq {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .faq__title {
    height: 188px;
    overflow: hidden;
    font-size: 4.5rem;
    line-height: 5.5rem;
    padding-left: 160px;
    margin-bottom: 45px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .faq__title:before {
    top: 0;
    left: 0;
    width: 381px;
    height: 100%;
    background: url("../img/faq__pattern.svg") 0 50% no-repeat;
  }
  .faq__title:after {
    display: none;
  }
  .faq__title span:before {
    top: -14px;
    left: 0;
    z-index: 2;
    content: '';
    height: 3px;
    width: 104px;
    display: block;
    position: absolute;
    background: #11395D;
    border-radius: 2px;
  }
  .faq__title span:after {
    top: 50%;
    left: calc(100% + 20px);
    z-index: 2;
    content: '';
    height: 3px;
    width: 2000px;
    display: block;
    position: absolute;
    background: #11395D;
    border-radius: 2px;
  }
  .faq__subtitle {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 55px;
    margin-left: 180px;
  }
  .faq__subtitle strong {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}

.service {
  padding-top: 30px;
  padding-bottom: 30px;
}

.service__header {
  padding-top: 30px;
  padding-left: 18px;
  margin-bottom: 15px;
  position: relative;
}

.service__header:before {
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 20px;
  position: absolute;
  background: url("../img/contact__pattern.svg") 0 0 no-repeat;
}

.service__header:after {
  top: 0;
  left: 0;
  z-index: 2;
  width: 3px;
  height: 120px;
  content: '';
  display: block;
  position: absolute;
  background: #11395D;
  border-radius: 2px;
}

.service__header_title {
  color: #2E96FF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  font-family: "Rubik", Arial, sans-serif;
}

.service__header_text {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.service__title {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
  font-family: "Rubik", Arial, sans-serif;
}

.service__list {
  color: #2E96FF;
  font-size: 1.4rem;
  line-height: 2.9rem;
  margin: 0 0 30px 0;
}

.service__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service__list li {
  padding-left: 15px;
  position: relative;
}

.service__list li:before {
  left: 0;
  top: 9px;
  width: 5px;
  height: 11px;
  content: '';
  font-size: 0;
  line-height: 0;
  display: block;
  border-radius: 4px;
  position: absolute;
  background: #2E96FF;
}

.service__list li a {
  color: #2E96FF;
  text-decoration: none;
}

.service__list li a:hover {
  color: #2E96FF;
  text-decoration: underline;
}

.service__button {
  text-align: center;
}

.service .btn {
  width: 100%;
  max-width: 380px;
}

@media (min-width: 768px) {
  .service {
    padding-bottom: 40px;
  }
  .service__header {
    margin-bottom: 30px;
  }
  .service__header_title {
    font-size: 2.4rem;
    line-height: 2.5rem;
    margin-bottom: 5px;
  }
  .service__main {
    padding-left: 18px;
  }
  .service__list {
    margin-bottom: 25px;
  }
  .service__list ul {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .service__list li {
    width: calc(50% - 40px);
  }
  .service .btn {
    width: 100%;
    max-width: 335px;
  }
}

@media (min-width: 1200px) {
  .service {
    padding-top: 65px;
    padding-bottom: 145px;
  }
  .service__header {
    padding-top: 65px;
    margin-bottom: 60px;
  }
  .service__header:before {
    height: 40px;
  }
  .service__header_title {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .service__header_text {
    max-width: 1140px;
    font-size: 2.3rem;
    line-height: 3.6rem;
  }
  .service__main {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .service__wrap {
    width: 420px;
    padding-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .service__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin-bottom: 35px;
  }
  .service__list {
    margin: 0;
    width: 750px;
    font-size: 1.7rem;
    line-height: 3.8rem;
  }
  .service__list li:before {
    top: 13px;
  }
}

@media (min-width: 1340px) {
  .service__header_title {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}

.modal {
  max-width: 380px;
  padding: 10px;
  background: #fff;
  overflow: visible;
  border-radius: 10px;
  font-family: "Open Sans", Arial, sans-serif;
}

.modal__wrap {
  z-index: 10;
  height: 100%;
  position: relative;
  border: 2px solid #EDC650;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal__content {
  z-index: 20;
  margin: auto 0;
  padding: 40px 20px;
  position: relative;
}

.modal__title {
  color: #2E96FF;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 2.2rem;
  font-family: "Rubik", Arial, sans-serif;
}

.modal__text {
  color: #000;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 30px;
}

.modal__bottom {
  font-weight: 300;
  padding-top: 15px;
  font-size: 1.4rem;
  line-height: 2rem;
}

.modal__image {
  z-index: 1;
  display: none;
  position: absolute;
}

.modal .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .modal {
    width: 614px;
    padding: 20px;
    max-width: inherit;
  }
  .modal__content {
    padding: 30px 75px;
  }
  .modal__title {
    margin-right: -35px;
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .modal__text {
    margin-right: -35px;
  }
}

@media (min-width: 1200px) {
  .modal {
    width: 920px;
    height: 630px;
  }
  .modal_sm {
    width: 614px;
  }
  .modal_sm .modal__content {
    padding: 30px 75px;
  }
  .modal__content {
    padding-left: 360px;
  }
  .modal__title {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
  .modal__text {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
  .modal__bottom {
    max-width: 400px;
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
  .modal__image {
    display: block;
  }
  .modal__image_01 {
    left: 30px;
    bottom: 0;
    width: 271px;
    height: 642px;
  }
  .modal__image_02 {
    left: -33px;
    bottom: 0;
    width: 388px;
    height: 609px;
  }
  .modal__image_03 {
    left: -205px;
    top: 20px;
    width: 545px;
    height: 544px;
  }
  .modal__image_04 {
    left: -10px;
    bottom: 0;
    width: 365px;
    height: 644px;
  }
  .modal__image_05 {
    left: 48px;
    bottom: 0;
    width: 261px;
    height: 647px;
  }
  .modal__image_06 {
    left: 20px;
    bottom: 0;
    width: 340px;
    height: 572px;
  }
  .modal__image_07 {
    left: -10px;
    bottom: 0;
    width: 369px;
    height: 532px;
  }
  .modal__image_08 {
    left: -160px;
    bottom: 5px;
    width: 544px;
    height: 570px;
  }
  .modal .btn {
    width: 335px;
  }
}

.modal-service {
  max-width: 380px;
  padding: 10px;
  background: #fff;
  overflow: visible;
  border-radius: 10px;
  font-family: "Open Sans", Arial, sans-serif;
}

.modal-service__wrap {
  z-index: 10;
  height: 100%;
  position: relative;
  border: 2px solid #EDC650;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-service__image {
  top: 50%;
  left: -80px;
  display: none;
  overflow: hidden;
  margin-top: -169px;
  position: absolute;
  border: 8px solid #fff;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.15);
}

.modal-service__content {
  z-index: 20;
  margin: auto 0;
  padding: 40px 20px;
  position: relative;
}

.modal-service__title {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 2.2rem;
  font-family: "Rubik", Arial, sans-serif;
}

.modal-service__text {
  color: #000;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.modal-service__text p {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .modal-service {
    max-width: inherit;
    width: 680px;
    padding: 20px;
  }
  .modal-service__title {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .modal-service {
    width: 910px;
  }
  .modal-service__wrap {
    min-height: 440px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .modal-service__content {
    width: 100%;
    padding-left: 260px;
    padding-right: 80px;
  }
  .modal-service__image {
    display: block;
  }
}

.form_control {
  margin: 0;
  width: 100%;
  color: #000;
  height: 50px;
  outline: none;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 14px 20px;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000;
}

.form_control::-moz-placeholder {
  color: #818181;
  opacity: 1;
}

.form_control:-ms-input-placeholder {
  color: #818181;
}

.form_control::-webkit-input-placeholder {
  color: #818181;
}

.form_control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.form_control:focus, .form_control:active {
  outline: none;
}

.form_control:focus::-moz-placeholder, .form_control:active::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.form_control:focus:-ms-input-placeholder, .form_control:active:-ms-input-placeholder {
  color: transparent;
}

.form_control:focus::-webkit-input-placeholder, .form_control:active::-webkit-input-placeholder {
  color: transparent;
}

.form_control.error {
  border-color: #FF3840;
}

@media (min-width: 768px) {
  .form_control {
    font-size: 1.9rem;
    line-height: 2rem;
  }
}

textarea.form_control {
  height: auto;
}

.form_control {
  margin-bottom: 20px;
}

.fancybox-close-small {
  top: 20px !important;
  right: 20px !important;
}

#jGrowl {
  z-index: 99999;
}

.comment_modal {
  padding: 0;
  max-width: 380px;
  background: #fff;
  overflow: visible;
  border-radius: 0;
  font-family: "Open Sans", Arial, sans-serif;
}

.comment_modal .fancybox-close-small {
  top: 0 !important;
  right: 0 !important;
}

.comment_modal__wrap {
  padding: 40px 0;
  position: relative;
}

.comment_modal__content {
  padding: 0 30px;
}

.comment_modal__title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.1rem;
  margin-bottom: 20px;
  font-family: "Rubik", Arial, sans-serif;
}

.comment_modal__text {
  font-size: 1.5rem;
  line-height: 2.7rem;
}

.comment_modal__text p {
  margin-bottom: 10px;
}

.comment_modal__media {
  display: none;
}

.comment_modal__image {
  display: block;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .comment_modal {
    max-width: inherit;
    width: 560px;
  }
  .comment_modal__long {
    width: 720px;
  }
  .comment_modal__long .comment_modal__wrap:before {
    content: '';
    display: block;
  }
  .comment_modal__long .comment_modal__wrap:after {
    content: '';
    display: block;
  }
  .comment_modal__wrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .comment_modal__wrap:before {
    top: 40px;
    z-index: 1;
    width: 2px;
    left: 349px;
    bottom: 40px;
    display: none;
    background: #000;
    position: absolute;
  }
  .comment_modal__wrap:after {
    top: 0;
    left: 0;
    z-index: 1;
    width: 350px;
    height: 10px;
    display: none;
    position: absolute;
    background: #2E96FF;
  }
  .comment_modal__media {
    width: 350px;
    display: block;
    padding: 0 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .comment_modal__content {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width: 1200px) {
  .comment_modal__long {
    width: 930px;
  }
  .comment_modal__wrap:before {
    left: 369px;
  }
  .comment_modal__wrap:after {
    width: 370px;
  }
  .comment_modal__media {
    width: 370px;
    padding: 0 40px;
  }
  .comment_modal__content {
    padding: 0 30px 0 40px;
  }
}
/*# sourceMappingURL=main.css.map */